Skip to content

,System.Reactive.Concurrency.ScheduledItem{-0})}

ScheduledItem.op_Inequality(ScheduledItem?, ScheduledItem?) operator

Defined in

Type: ScheduledItem Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public static bool operator !=(ScheduledItem<TAbsolute>? left, ScheduledItem<TAbsolute>? right)

Summary: Determines whether two specified ScheduledItem objects are inequal.

Parameters

NameTypeDescription
left[ScheduledItem?](#The first object to compare.
right[ScheduledItem?](#The second object to compare.

Returns: bool -- true if both ScheduledItem are inequal; otherwise, false.

Remarks

This operator does not provide results consistent with the IComparable implementation. Instead, it implements reference equality.